	
;;; QQ: 67762207
[@main]
#IF
checkpkpoint 2
#SAY
If it say nothing to you. \ \
<Close/@exit>
#ELSESAY
I was managing a horse groom. Robust fast horses are waiting for the owner, take a look at bar. \ \
<View/@ExplanHorse> Stables \
With (FCOLOR/10) <$NPCNAME> (FCOLOR/12) <dialogue/@TalkToQuest> \ \
<Abandoned/@exit>

[@ExplanHorse]
#CALL [System\HorseMarket.txt] @HorseSystem

[@TalkToQuest]
#ACT
Mov D0 0

#IF
Check [209] 1
Check [409] 0

#SAY
<On the dialogue with today's tasks./@CALL_Npc_TodayQuest> \
#ACT
Mov D0 1

#IF
check [105] 1
check [305] 0

#SAY
<On the task of dialogue./@CALL_AreaQuest5> \ \
#ACT
Mov D0 1

#IF
!Equal D0 1
#ACT
goto @NoQuest_Say
break

[@NoQuest_Say]
#SAY
_ Hybrid Mustang among the occasional dark horse, and the Red Horse, more attractive than an ordinary horse, so the price is also more expensive ... ... \ \
_ <Close/@exit>


[@CALL_AreaQuest5]
#CALL [AreaQuest\ChoBoGuide5\ChoBoGuide5.txt] @Basic5_Euihyun_21

[@CALL_Npc_TodayQuest]
#CALL [TodayQuest\QT_NPCSetting.txt] @NPCSetDairyQuest

[@everythingreward]
#CALL [System\TotalRewardSystem.txt] @TotalRewardSystem
;;; QQ: 67762207 